home *** CD-ROM | disk | FTP | other *** search
- global gqtvrinstance, glasttimerollover, ossprite, objfile, guidenumber, gcounter
-
- on movieframescript pspritenum
- if rollOver(pspritenum) then
- if qtvrgetvisible(gqtvrinstance) then
- if isqtvrmovie(gqtvrinstance) then
- set tmouseoverresult to qtvrmouseover(gqtvrinstance)
- if tmouseoverresult <> 0 then
- set taction to item 1 of tmouseoverresult
- case taction of
- "undf":
- put "[#GuideNumber:" && guidenumber & ", #gCounter:" && gcounter - 1 & ", #Flag: 1]" into field "Guide Location"
- put objfile into field "Current Object"
- go(1, "Object")
- abort()
- "pan ":
- set the movieRate of sprite ossprite to 0
- checkpanpoint()
- end case
- set glasttimerollover to 1
- else
- if rollOver(pspritenum) then
- set glasttimerollover to 1
- else
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- else
- if glasttimerollover then
- cursor(200)
- cursor(-1)
- set glasttimerollover to 0
- end if
- end if
- if isqtvrmovie(gqtvrinstance) then
- qtvridle(gqtvrinstance)
- end if
- end
-